DtypeWarning: Columns (47) have mixed types.Specify dtype option on import or set low_memory=False

46

DtypeWarning: Columns (47) have mixed types.Specify dtype option on import or set low_memory=False -

dashboard_df = pd.read_csv(p_file, sep=',', error_bad_lines=False, index_col=False, dtype='unicode')

Comments

Submit
0 Comments